Method

GimpUiFileEntryset_filename

Declaration [src]

void
gimp_file_entry_set_filename (
  GimpFileEntry* entry,
  const gchar* filename
)

Description [src]

If you specified check_valid as TRUE in gimp_file_entry_new() the GimpFileEntry will immediately check the validity of the file name.

Parameters

filename

Type: const gchar*

The new filename.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.